home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 November / Software of the Month - Ultimate Collection Shareware 278.iso / pc / Programs / Utility / WinGuardian / sys._xe / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Encoding:
Text File  |  1999-04-11  |  2.6 KB  |  127 lines

  1. object Form1: TForm1
  2.   Left = 2232
  3.   Top = 234
  4.   BorderIcons = [biMinimize, biMaximize]
  5.   BorderStyle = bsNone
  6.   Caption = 'WinGuardian - Unauthorized Shutdown'
  7.   ClientHeight = 411
  8.   ClientWidth = 592
  9.   Color = clBlack
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   Icon.Data = {<image000.ico>}
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Label1: TLabel
  22.     Left = 63
  23.     Top = 106
  24.     Width = 455
  25.     Height = 24
  26.     Caption = 'WinGuardian Interrupted --  Windows has been locked'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clRed
  29.     Font.Height = -20
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object Label2: TLabel
  35.     Left = 48
  36.     Top = 158
  37.     Width = 512
  38.     Height = 24
  39.     Caption = 'Please contact your system administrator to  unlock Windows.'
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clRed
  42.     Font.Height = -20
  43.     Font.Name = 'MS Sans Serif'
  44.     Font.Style = []
  45.     ParentFont = False
  46.   end
  47.   object Label3: TLabel
  48.     Left = 222
  49.     Top = 219
  50.     Width = 175
  51.     Height = 16
  52.     Caption = 'Enter WinGuardian Password'
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clRed
  55.     Font.Height = -13
  56.     Font.Name = 'MS Sans Serif'
  57.     Font.Style = []
  58.     ParentFont = False
  59.   end
  60.   object AHMFillBackground1: TAHMFillBackground
  61.     Left = 0
  62.     Top = 0
  63.     Width = 592
  64.     Height = 411
  65.     Background = AHMBackground1
  66.     Align = alClient
  67.   end
  68.   object Button1: TButton
  69.     Left = 264
  70.     Top = 288
  71.     Width = 75
  72.     Height = 25
  73.     Caption = 'Unlock'
  74.     Default = True
  75.     TabOrder = 0
  76.     OnClick = Button1Click
  77.   end
  78.   object Edit1: TEdit
  79.     Left = 240
  80.     Top = 248
  81.     Width = 121
  82.     Height = 21
  83.     PasswordChar = '*'
  84.     TabOrder = 1
  85.   end
  86.   object Timer1: TTimer
  87.     Enabled = False
  88.     Interval = 100
  89.     OnTimer = Timer1Timer
  90.     Left = 160
  91.     Top = 56
  92.   end
  93.   object Timer2: TTimer
  94.     Enabled = False
  95.     Interval = 2000
  96.     OnTimer = Timer2Timer
  97.     Left = 96
  98.     Top = 144
  99.   end
  100.   object NoTask1: TNoTask
  101.     HideForm = False
  102.     Left = 256
  103.     Top = 80
  104.   end
  105.   object Timer3: TTimer
  106.     Interval = 1
  107.     OnTimer = Timer3Timer
  108.     Left = 104
  109.     Top = 248
  110.   end
  111.   object Timer4: TTimer
  112.     Enabled = False
  113.     Interval = 400
  114.     OnTimer = Timer4Timer
  115.     Left = 24
  116.     Top = 96
  117.   end
  118.   object AHMBackground1: TAHMBackground
  119.     Gradient.BeginColor = clWhite
  120.     Gradient.EndColor = clNavy
  121.     Gradient.FillStyle = MiddleHBar
  122.     Gradient.ColorCount = 250
  123.     Left = 432
  124.     Top = 16
  125.   end
  126. end
  127.